home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{47C6C21B-5872-11D3-88F5-889105C10627}#1.0#0"; "Roboprint6ER.ocx"
- Begin VB.MDIForm SampleMdi
- Appearance = 0 'Flat
- BackColor = &H00FFFFFF&
- Caption = "SampleMdi"
- ClientHeight = 5715
- ClientLeft = 2220
- ClientTop = 2160
- ClientWidth = 6795
- LinkTopic = "MDIForm1"
- WindowState = 2 'Maximized
- Begin VB.PictureBox SampleMdi
- Align = 1 'Align Top
- Appearance = 0 'Flat
- BackColor = &H80000004&
- ForeColor = &H80000008&
- Height = 435
- Left = 0
- ScaleHeight = 405
- ScaleWidth = 6765
- TabIndex = 0
- Top = 0
- Width = 6795
- Begin RoboprintE6R.Roboprint Roboprint1
- Height = 375
- Left = 660
- TabIndex = 8
- Top = 15
- Width = 720
- _ExtentX = 1270
- _ExtentY = 661
- BtnPrint_ToolTipText= ""
- BtnView_ToolTipText= ""
- BeginProperty TitlesFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 177
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 7
- Left = 3780
- Picture = "SampleMdi6.frx":0000
- Style = 1 'Graphical
- TabIndex = 7
- ToolTipText = "RichTextBox"
- Top = 30
- Width = 345
- End
- Begin VB.CommandButton Command1
- Height = 330
- Index = 6
- Left = 3255
- Picture = "SampleMdi6.frx":03AC
- Style = 1 'Graphical
- TabIndex = 6
- ToolTipText = "Grid Input Edit"
- Top = 30
- Width = 360
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 4
- Left = 4230
- Picture = "SampleMdi6.frx":07EE
- Style = 1 'Graphical
- TabIndex = 5
- ToolTipText = "Exit"
- Top = 30
- Width = 345
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 5
- Left = 2780
- Picture = "SampleMdi6.frx":0C30
- Style = 1 'Graphical
- TabIndex = 4
- ToolTipText = "ListView"
- Top = 30
- Width = 345
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 3
- Left = 2320
- Picture = "SampleMdi6.frx":0D32
- Style = 1 'Graphical
- TabIndex = 3
- ToolTipText = "ListBox"
- Top = 30
- Width = 345
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 2
- Left = 1860
- Picture = "SampleMdi6.frx":111C
- Style = 1 'Graphical
- TabIndex = 2
- ToolTipText = "MsGraph"
- Top = 30
- Width = 345
- End
- Begin VB.CommandButton Command1
- Height = 322
- Index = 1
- Left = 1395
- Picture = "SampleMdi6.frx":14B7
- Style = 1 'Graphical
- TabIndex = 1
- ToolTipText = "MsFlexGrid"
- Top = 30
- Width = 345
- End
- End
- Attribute VB_Name = "SampleMdi"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click(Index As Integer)
- Select Case Index
- Case 1
- MsFlexSample.Show
- MsFlexSample.ZOrder 0
- Case 2
- MsChartFrm.Show
- MsChartFrm.ZOrder 0
- Case 3
- ListFrm.Show
- ListFrm.ZOrder 0
- Case 6
- Formiga.Show
- Formiga.ZOrder 0
- Case 7
- RichText.Show
- RichText.ZOrder 0
- Case 4
- Unload Me
- End Select
- End Sub
-